home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
BBS
/
LGNP9C.ARJ
/
MAKE_LG.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-05-13
|
482b
|
24 lines
echo off
cls
echo
echo
echo
echo
echo This batch file will go to your hard disk's "C" drive and make only
echo one subdirectory and copy programs and empty data file sets to it.
echo The setup will take about 100K bytes in drive space.
echo
echo (to abort this batch, do a "ctrl-C" and then a "y" now)
echo
echo
echo
echo
pause
echo on
md c:\logger3
copy *.exe c:\logger3
copy *.cfg c:\logger3
copy *.db* c:\logger3
dir c:\logger3